🌎 rns.kin.earth git 🌍
Commit 76362bad4a28394a3ccf9400ab3bfdfddc4fc87d
Parents : 8ea0dc6
Author : liamcottle <liam@liamcottle.com>
Date : 2024-09-16T14:27:08+12:00
fix KISSInterface is not defined error for AX25KISSInterface
Changes
Diff
diff --git a/RNS/Interfaces/AX25KISSInterface.py b/RNS/Interfaces/AX25KISSInterface.py
index 1f54c525..483c562b 100644
--- a/RNS/Interfaces/AX25KISSInterface.py
+++ b/RNS/Interfaces/AX25KISSInterface.py
@@ -96,7 +96,7 @@ class AX25KISSInterface(Interface):
self.stopbits = stopbits
self.timeout = 100
self.online = False
- self.bitrate = KISSInterface.BITRATE_GUESS
+ self.bitrate = AX25KISSInterface.BITRATE_GUESS
self.packet_queue = []
self.flow_control = flow_control
Served by rngit 1.5.2 - Generated in 0.04s